home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Panorama / Panorama - Disk 13D (1987-01-28)(Pacific North-West Amigas Club)[WB].zip / Panorama - Disk 13D (1987-01-28)(Pacific North-West Amigas Club)[WB].adf / ReadMe < prev    next >
Text File  |  1987-01-26  |  3KB  |  66 lines

  1.                     PaNorAmA 13d 28Jan87
  2.  
  3. For the programmer's meeting, the second disk has a few more tools
  4. and examples, plus something for you hard core "Hackers".
  5.  
  6. Your Club Librarian,
  7.    Jeff Lydiatt 
  8.  
  9.                       DISK CONTENTS
  10.  
  11. Forget
  12.    Another small utility by Bill Henning.  For those of you lucky enough
  13.    to have expansion ram, this little utility will allow you to run
  14.    programs that don't work in fast ram.  Simply type "Forget" and your
  15.    Amiga will not know you have expansion ram.  You'll have to reset the
  16.    machine to recover your ram.
  17.  
  18.    "C" source code is included.
  19.  
  20. Tool
  21.    Are you a "C" programmer and want to know where those symbols are
  22.    defined in the include library?  Scott Evernden has written a 
  23.    shareware program to go through your include files and make an
  24.    indexed list.  A complementary program will go through
  25.    the list and interactively look up any symbol for you.
  26.  
  27. Text - Some interesting Text files
  28.    3d.doc - the complete documentation for the 3d wire frame drawing
  29.    program that was on the "PaNorAmA Toolkit Disk".
  30.    Amigados.txt - an extract of an article by AmigaDos author, Dr. Tim King.
  31.    SideCar.txt  - comments about the sidecar by Sheldon Leemon.
  32.    How to interface the imagewriter to the Amiga.
  33.  
  34. ASDG-RRD A recoverable ram disk utility!
  35.    Perry Kivolowitz (ASDG Incorporated) has released his recoverable
  36.    ram disk for limited distribution (non commercial use).  Would you 
  37.    believe that you can actually reset your amiga and your ram disk is
  38.    still there?  Sorry, it does not work with the Comspec board because
  39.    someone in their wisdom decided to wipe the memory on a reset.  I hope
  40.    future expansion board designers are a little smarter.
  41.  
  42. St.Emulator
  43.    Allows the Amiga to emulate an ST!  Hope you have better luck than I
  44.    did with this one - all I can get it to do is BOMB!  Is this what they
  45.    call 99% compatible?
  46.  
  47. Src - source for miscellaneous "C" program/utilities
  48.    Who.c   - lists tasks on the ready queue and waiting list.
  49.    Kill.c  - attempts to kill a task and recover it's resources.
  50.    Guru.c  - decodes the first half of the Guru number for you.
  51.    Sorry, they are all source code, I didn't have time to compile them.
  52.  
  53. Hacker's.Treasure
  54.    A more or less complete commented disassembly of Version 1.1 kickstart
  55.    for you real, hard core, hackers.  If you can't read (or don't believe)
  56.    Commodore's documentation, now you can "go to the horses mouth" so to
  57.    speak.
  58.  
  59. CommLink
  60.    Another bulletin board program like TAG BBS.
  61.  
  62. Ask1.2
  63.    A utility like "prompt" that requests a yes/no prompt from the keyboard
  64.    and sets the condition code accordingly.  A public domain program in
  65.    "C" by Sean Riddle.
  66.